Marc is a Software Engineer with over 20 years of experience developing full stack applications and distributed systems. Fueled by plants with a passion to improve our world and environment through technology.
I mostly write about tech I find interesting, or want to log my discoveries for my future self and others.
If you're running a headless Linux server with a LUKS-encrypted root disk, you probably know the pain of needing a keyboard, KVM, or physical presence to unlock it at boot. No thanks. Here's a simple way to integrate Dropbear SSH into your initramfs, so you can securely ...
Marc Qualie
I recently setup a cluster of Raspberry PIs and Intel NUCs as a shared Kubernetes cluster for my homelab. Each device has a primary NVMe drive with 500GB of storage and the NUCs have a secondary 2TB SATA SSD. Everything went smoothly so I configured Longhorn as a way to share ...
Tech
I've been setting up a lot of quick experiments and prototypes lately to prove concepts. For these kind of apps I don't need a full stack like NextJS, but I also want to be able to use React + TypeScript for various reasons such as component testing or debugging. The aim is ...
It's possible to dramatically improve yarn v1 performance locally by caching registry content in a local nginx proxy. I'm part of teams maintaining a lot of legacy yarn projects and it can be painful when running commands like yarn outdated or yarn install after changes are ...
Sometimes you want to test your web project from a physical device. Simply shrinking the screen size on a desktop browser can certainly help with a large portion of the process and ensure your system is responsive, but it still lacks the feel of a touch interface.